home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14903 < prev    next >
Encoding:
Text File  |  1996-08-05  |  825 b   |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: in2.uu.net!demos!pluscom!usenet
  3. From: sergeyp@albea.ugatu.ac.ru (Sergey Pavlov)
  4. Subject: Re: Automation????
  5. X-Newsreader: Forte Free Agent 1.0.82
  6. Sender: usenet@news.rinet.ru (Vladimir Sharpai)
  7. Nntp-Posting-Host: albea.ugatu.ac.ru
  8. Organization: Albea
  9. Message-ID: <Dp8rv4.HAu@news.rinet.ru>
  10. References: <4jq44n$l2v@what.why.net>
  11. Date: Tue, 2 Apr 1996 16:49:56 GMT
  12.  
  13. Fritz Eder <Redman@why.net> wrote:
  14.  
  15. >Does anyone know of a program that will run resident in Windows 3.X and 
  16. >when Windows prompts for a answer (ie: Continue  YES/NO)  It will 
  17. >automatically select via a set variable and continue without any user 
  18.  
  19. You can make application with timer handler. Each tick of timer this
  20. application must FindWindow of MessageBox, and if it exists, send
  21. WM_COMMAND(wParam=IDOK) to it.
  22.  
  23. Regards
  24.  
  25.  
  26.  
  27.